home *** CD-ROM | disk | FTP | other *** search
/ Danny Amor's Online Library / Danny Amor's Online Library - Volume 1.iso / html / faqs / faq / snmp-faq < prev    next >
Encoding:
Text File  |  1995-07-25  |  42.5 KB  |  1,440 lines

  1. Subject: comp.protocols.snmp [SNMP] Frequently Asked Questions (FAQ)
  2. Newsgroups: comp.protocols.snmp,comp.answers,news.answers
  3. From: panther@seltd.jvnc.net (Panther Digital)
  4. Date: Tue, 22 Nov 1994 13:35:26 GMT
  5.  
  6. Archive-name: snmp-faq
  7. Last-Modified: 22 Nov 1994
  8. Version: 1.24
  9.  
  10.  
  11.  
  12.          comp.protocols.snmp
  13.          -------------------
  14.      FAQ - Frequently Asked Questions - FAQ
  15.  
  16.       Simple Network Management Protocol
  17.       ----------------------------------
  18.  
  19. This document is provided as a service by and for the readers
  20. of Internet USENET news group comp.protocols.snmp and may be
  21. used for research and educational purposes only.  Any commercial
  22. use of the text may be in violation of copyright laws under 
  23. the terms of the Berne Convention.
  24.  
  25. ------------------------------------------------------------
  26.  Please feel free to EMail corrections, enhancements, and/or
  27.  additions to the Reply-To address, above.  Your input will
  28.  receive full credit in this FAQ unless you request otherwise.
  29. ---------------------------------------------------------
  30.  
  31.  
  32. New this month: 
  33. ---------------
  34. > Miscellaneous corrections submitted by readers
  35.  
  36.  
  37. Note on host names and addresses: please email me with any changes
  38. to host names and IP addresses. The MIT host rtfm has an autoresponder
  39. which always replies to postings with an incorrect IP.  It would be
  40. nice if every host had that, but they don't, so I need your assistance.  
  41.  
  42.  
  43.  
  44. Subject:         TABLE OF CONTENTS
  45.          -----------------
  46.  
  47. @0. What is the purpose of this FAQ?
  48. ------------------------------------
  49.  
  50. @I. General Questions about SNMP and SNMPv2
  51. -------------------------------------------
  52. @1. What is SNMP?
  53. @2. What is an RFC?
  54. @3. Where can I get RFC text?
  55. @4. What books are there which cover SNMP?
  56. @5. What periodicals are heavily oriented to SNMP?
  57. @6. What classes are available on the topic of SNMP?
  58. @7. Who are some leading authorities of SNMP?
  59. @8. What discussion groups are available for SNMP?
  60. @9. What trade shows cater to SNMP?
  61. @10. What SNMP product User Groups are available.
  62. @20. What is SNMPv2?
  63. @30. What is RMON?
  64. @40. What is CMIP?
  65. @41. What books should I read about CMIP?
  66. @50. What is OMNIPoint?
  67.  
  68. @II. SNMP Software and Related Products
  69. ----------------------------------------
  70. @1. Where can I get SNMP software?
  71. @2. What CMIP software is available?
  72.  
  73. @III. MIBS
  74. -----------
  75. @1. What is a MIB?
  76. @2. What are MIB-I and MIB-II
  77. @3. What are enterprise MIBs?
  78. @4. Where can I get enterprise MIBs?
  79. @5. How can I register an enterprise MIB?
  80. @6. What is the SMI?
  81. @7. What is ASN.1?
  82.  
  83. @Appendix A. Glossary
  84. @Appendix B. Acknowledgements & Credits
  85.  
  86.  
  87. Subject:             C O N T E N T S
  88.              - - - - - - - -
  89.  
  90. @0. 
  91. Subject: What is the purpose of this FAQ?
  92. ----------------------------------------
  93.   This FAQ is to serve as a guide to the resources known to
  94.   be available for helping you to understand SNMP, SNMPv2,
  95.   and their related technologies.  OSI/CMIP is touched on
  96.   briefly as well because we're fair-minded folk.
  97.  
  98.   There is NO INTENT that this be a one-stop SNMP tutorial.
  99.  
  100.   You WILL need to read the books listed herein, maybe even
  101.   some of the RFCs.  You may wish to take a class as well.
  102.   Just think of this as your "tourist guide book."
  103.  
  104.   This FAQ is archived (as with all "licensed" FAQs) at
  105.   rtfm.mit.edu [18.181.0.24] under /pub/usenet/news.answers
  106.   as snmp-faq, or under /pub/usenet/comp.protocols.snmp as
  107.   its own self (the only file in that directory). Use
  108.   anonymous ftp to retrieve.  What?  No ftp?  Send e-mail to 
  109.  
  110.        mail-server@rtfm.mit.edu
  111.  
  112.                with
  113.  
  114.       "send usenet/news.answers/finding-sources"
  115.  
  116.   for instructions on FTP via e-mail.
  117.  
  118.  
  119.  
  120. @I. 
  121. Subject: General Questions about SNMP and SNMPv2
  122. -----------------------------------------------
  123.  
  124. @1. 
  125. Subject: What is SNMP?
  126. ----------------
  127.   The Simple Network Management Protocol is a protocol for
  128.   Internet network management services.  It is formally
  129.   specified in a series of related RFC documents.
  130.      
  131.      RFC 1089 - SNMP over Ethernet
  132.      RFC 1140 - IAB Official Protocol Standards
  133.      RFC 1147 - Tools for Monitoring and Debugging TCP/IP
  134.         Internets and Interconnected Devices
  135.                 [superceded by RFC 1470]
  136.      RFC 1155 - Structure and Identification of Management
  137.         Information for TCP/IP based internets.
  138.      RFC 1156 - Management Information Base Network
  139.         Management of TCP/IP based internets
  140.      RFC 1157 - A Simple Network Managment Protocol
  141.      RFC 1158 - Management Information Base Network
  142.         Management of TCP/IP based internets: MIB-II
  143.      RFC 1161 - SNMP over OSI
  144.      RFC 1212 - Concise MIB Definitions
  145.      RFC 1213 - Management Information Base for Network Management
  146.         of TCP/IP-based internets: MIB-II
  147.      RFC 1215 - A Convention for Defining Traps for use with the SNMP
  148.      RFC 1298 - SNMP over IPX
  149.      
  150. @2. 
  151. Subject: What is an RFC?
  152. ------------------
  153.   The letters stand for the title Request For Comment, which
  154.   is the initial stage in the process for creating Internet
  155.   standards.  RFCs go through several stages of review and
  156.   refinement before they are adopted as final by the Internet
  157.   community.
  158.  
  159. @3. 
  160. Subject: Where can I get RFC text?
  161. ==============================================================
  162.  
  163. RFC-Info Simplified Help      submitted by: Mark Wallace
  164. -----------------------
  165.  
  166. Use RFC-Info by sending an email messages to RFC-INFO@ISI.EDU.
  167.  
  168. 1.  To get a specific RFC send a message with text as follows:
  169.  
  170.     Retrieve: RFC   
  171.       Doc-ID: RFC1500
  172.  
  173. This gets RFC 1500.  All RFC numbers in the Doc-Id are 4 digits 
  174. (RFC 791 would be Doc-ID: RFC0791).
  175.  
  176. 2.  To get a specific FYI send a message with text as follows:
  177.  
  178.     Retrieve: FYI
  179.       Doc-ID: FYI0004
  180.  
  181. 3.  To get a list of available RFC's that match a certain criteria:
  182.  
  183.     LIST: RFC
  184.     Keywords: Gateway
  185.  
  186. Returns a list of RFC's with the word Gateway in the title or
  187. specified as a keyword.
  188.  
  189. 4.  To get information about other ways to get RFCs, FYIs, STDs, or
  190. IMRs.
  191.  
  192.     HELP: ways_to_get_rfcs
  193.     HELP: ways_to_get_fyis
  194.     HELP: ways_to_get_stds
  195.     HELP: ways_to_get_imrs
  196.  
  197. 5.  To get help about using RFC-Info:
  198.  
  199.     HELP: help
  200.  
  201.     or
  202.  
  203.     HELP: topics
  204.  
  205. ===============================================================
  206.  
  207.   An archie search for the keyword "rfc" turned up 99 hits.
  208.   A few of the more prominent or amusing are shown below:
  209.  
  210.      animal-farm.nevada.edu
  211.      cs.columbia.edu
  212.      ftp.internic.net
  213.      ftp.uu.net
  214.      merit.edu
  215.      nic.ddn.mil - note: avoid using this one, it's SLOW
  216.      nis.nsf.net
  217.      src.doc.ic.ac.uk
  218.      venera.isi.edu
  219.      world.std.com
  220.  
  221.      munnari.oz.au \___ Pacific Rim Sites use these
  222.      archie.au     /
  223.  
  224.   A. Use anonymous ftp & look for rfc or pub/rfc directories above.
  225.  
  226.      Details on obtaining RFCs via FTP or EMAIL may be obtained by sending
  227.      an EMAIL message to "rfc-info@ISI.EDU" with the message body
  228.      "help: ways_to_get_rfcs".  For example:
  229.  
  230. >>        To: rfc-info@ISI.EDU
  231. >>        Subject: getting rfcs
  232.  
  233. >>        help: ways_to_get_rfcs
  234.  
  235.   B. You can get a CD Rom with all the RFC's as of the date of the
  236.      CD ROM (Mar 93) from :
  237.         Info Magic
  238.         POB 338
  239.         Pennington, NJ 08534-0338
  240.  
  241.         (800) 800-6613
  242.         (609) 683-5501
  243.  
  244.      Title is 'The Internet CD-ROM' (around $50)
  245.      Includes sources for BSD 4.3 and GNU.
  246.  
  247.    C. In Germany and Europe, try Christian Seyb:
  248.  
  249.      "I also offer a CDROM with all RFC's as of the date 
  250.       of beginning of Aug 93."
  251.  
  252. The following CDROM is available for DM 98,-- (app. $60) and contains 
  253. the following software:
  254.  
  255. - Linux SLS V1.03, Kernel 0.99.11 and utilities for Linux
  256. - 386BSD version 0.1 including patch-kit 0.2.4
  257. - NetBSD version 0.8
  258. - Utilities for 386BSD and NetBSD
  259. - The Berkely Second Networking Distribution
  260. - GNU software (gcc 2.4.5, emacs 19.17, gmake 3.68, etc)
  261. - X11R5 up to patch 25 and lots of Contributed Software
  262. - TeX version 3.14
  263. - The Internet RFCs up to RFC1493
  264. - News, mail and mailbox software and many utilities for Unix
  265.  
  266.   Issue: Aug 1993
  267.  
  268. Contact:
  269.     CDROM Versand
  270.     Helga Seyb
  271.     Fuchsweg 86
  272.                           Tel: +49-8106-302210
  273.     85598 Baldham                                 Fax: +49-8106-302310
  274.     Germany                                   Bbs/Fax: +49-8106-34593
  275.  
  276. Christian Seyb  |  cs@gold.muc.de  |  Mailbox/uucp/Fax: 08106-34593
  277. ---------------------------------------------------
  278.  
  279.  
  280. @4. 
  281. Subject: What books are there which cover SNMP?
  282. -----------------------------------------
  283.  
  284.   A. The Simple Book: An Introduction to Managment
  285.      of TCP/IP-based Internets
  286.      by: Marshall T. Rose
  287.  
  288.      ISBN 0-13-812611-9
  289.  
  290.      (c) 1991 Prentice-Hall, Inc
  291.  
  292.      And ...
  293.  
  294.      The Simple Book: (Second Edition)
  295.  
  296.      by: Marshall T. Rose
  297.  
  298.      ISBN 0-13-177254-6
  299.  
  300.      Prentice-Hall copyright 1994
  301.  
  302.  
  303.   B. SNMP, SNMPv2 and CMIP: The Practical Guide to
  304.      Network Management Standards
  305.      by: William Stallings
  306.  
  307.      ISBN 0-201-63331-0
  308.  
  309.      (c) 1993 Addison-Wesley Publishing Co, Inc
  310.  
  311.      NOTE:
  312.  
  313.    >>A second printing of
  314.  
  315.    >>SNMP, SNMPv2, and CMIP: The Practical Guide to Network Management
  316.      (Addison-Wesley, 1993)
  317.  
  318.    >>is now in bookstores. A number of errata in the first printing have been
  319.    >>corrected. None of these are "fatal" but they were a nuisance. For anyone
  320.    >>with a first printing, an errata sheet is available via anonymous ftp in
  321.      the file SNMP.errata in directory ftp/pub on aw.com.
  322.  
  323.    >>Bill Stallings
  324.    >>72500.3562@compuserve.com
  325.  
  326.  
  327.   C. Network Management: A Practical Perspective
  328.      by: Allan Leinwand & Karen Fang
  329.  
  330.      ISBN 0-201-52771-5
  331.  
  332.      (c) 1993 Addison-Wesley Publishing Co, Inc
  333.  
  334.  
  335.   D. Internetworking with TCP/IP (3 Volumes)
  336.  
  337.      Volume 1: Principles, Protocols, and Architecture
  338.      by: Douglas E. Comer
  339.     
  340.      ISBN 0-13-468505-9  (Note: 2nd Edition)
  341.  
  342.      Volume 2: Design, Implementation, and Internals 
  343.      by: Douglas E. Comer and David Stevens
  344.     
  345.      ISBN 0-13-472242-6
  346.  
  347.      (c) 1991 Prentice-Hall, Inc
  348.  
  349.      Volume 3: Client-Server Programming and Applications
  350.      by: Douglas E. Comer and David Stevens
  351.  
  352.      ISBN 0-13-474222-2  (Note: BSD Socket Version)
  353.  
  354.      (c) 1993 Prentice-Hall, Inc
  355.  
  356.  
  357.   E. Managing Internetworks with SNMP
  358.      by: Mark A. Miller, P.E.
  359.  
  360.      ISBN 1-55851-304-3
  361.  
  362.      (c) 1993 M&T Books, New York, NY
  363.  
  364.  
  365.   F.  Open Systems Networking: OSI & TCP/IP
  366.       by: David Piscitello & A. L. Chapin
  367.  
  368.       ISBN 0-201-56334-7
  369.  
  370.       (c) 1993 Addison-Wesley
  371.  
  372.       While largely about OSI, this book contains
  373.       lots of stuff about TCP/IP and SNMP as well.
  374.  
  375.  
  376.   G.  Total SNMP
  377.       by: Sean Harnedy
  378.  
  379.       ISBN  1-878956-33-7
  380.  
  381.       (c) 1994   CPM Books, 1300 Virginia Drive, 3rd Floor
  382.                  Fort Washington, PA 19034
  383.  
  384.   H.  How to Manage Your Network using SNMP
  385.       by: Marshall T. Rose & Keith McCloghrie
  386.  
  387.       ISBN 0-13-141517-4
  388.  
  389.       (c) 1995 P T R Prentice Hall, Englewood Cliffs, NJ
  390.  
  391. @5. 
  392. Subject: What periodicals are heavily oriented to SNMP?
  393. --------------------------------------------------
  394.  
  395.   A.  One bi-monthly newsletter is "SIMPLE TIMES".
  396.       You can subscribe via email at
  397.  
  398.     st-subscriptions@simple-times.org
  399.  
  400.       Use HELP on the Subject line for details.
  401.  
  402.       Note: Simple Times has suspended publication
  403.                until Spring of 1995
  404.  
  405.    B. ConneXions, The Interoperability Report
  406.       480 San Antonio Road, Suite 100
  407.       Mountain View, CA 94040
  408.  
  409.       Ph: 415-941-3399
  410.       Fx: 415-949-1779
  411.  
  412.  
  413. @6. 
  414. Subject: What classes are available on the topic of SNMP?
  415. ----------------------------------------------------
  416.  
  417.    A.    ZD Expos (formerly: Interop Company)
  418.     303 Vintage Park Drive
  419.     Foster City, CA 94404
  420.  
  421.     415-578-6986
  422.  
  423.     EMail: onsite@interop.com
  424.  
  425.  
  426.    B. William Stallings offers videotaped classes.
  427.  
  428.       contact info:
  429.  
  430.       email: ws@shore.net
  431.  
  432.  
  433.    C. Network World Technical Seminars
  434.  
  435.       Ph: 800-643-4668  (direct: 508-820-7493)
  436.       Fx: 800-756-9430
  437.      [Fax back line, ask for document 55]
  438.  
  439.  
  440. @7. 
  441. Subject: Who are some leading authorities of SNMP?
  442. ----------------------------------------
  443.    [Contributions will be noted as time permits]
  444.  
  445.    A. Authors of Key RFCs
  446.     Jeffrey D. Case
  447.     James R. Davin
  448.     Michael A. Erlinger
  449.     Mark S. Fedor
  450.     Keith McCloghrie
  451.     Marshall T. Rose
  452.     Martin L. Schoffstall
  453.     Steven Waldbusser
  454.  
  455.    B. Authors of Related Material
  456.     A. L. Chapin
  457.     Edwin E. Meir
  458.     David M. Piscitello
  459.     William Stallings
  460.  
  461.    C. Others of Note
  462.     Vinton G. Cerf
  463.     David D. Clark
  464.       
  465.  
  466. @8. 
  467. Subject: What discussion groups are available for SNMP?
  468. -------------------------------------------------
  469.  
  470.    The basic discussion groups are:
  471.  
  472.     snmp@psi.com    Covers SNMP V1.
  473.     snmp2@tis.com   Covers SNMP V2.
  474.  
  475.    SNMP Mailing Lists.
  476.  
  477.    SNMPv1
  478.  
  479.    To add yourself to the SNMPv1 mailing list send an email message with
  480.    the title subscribe and containing your preferred email address in the
  481.    body to snmp-request@psi.com eg.
  482.  
  483.        mail snmp-request@psi.com
  484.        subject: subscribe
  485.  
  486.        n.user@fred.com
  487.  
  488.    To remove yourself send an unsubscribe message to the same address.
  489.    If you want to post a message to all of the current subscribers to
  490.    the list (and there are hundreds) the address is snmp@psi.com.
  491.  
  492.    SNMPv2
  493.  
  494.    To add yourself to the SNMPv2 mailing list send an email message with
  495.    the title subscribe and containing your preferred email address in the
  496.    body to snmpv2-request@tis.com eg.
  497.  
  498.        mail snmpv2-request@tis.com
  499.        subject: subscribe
  500.  
  501.        n.user@fred.com
  502.  
  503.    To remove yourself send an unsubscribe message to the same address.
  504.    If you want to post a message to all of the current subscribers to
  505.    the list (and there are many) the address is snmpv2@tis.com.
  506.  
  507.  
  508.  
  509. @9. 
  510. Subject: What trade shows cater to SNMP?
  511. -----------------------------------
  512.    These days nearly every networking trade show in the
  513.    US, and many outside the US, covers the SNMP market.
  514.  
  515.    The grandparent of them all, and still the champ in
  516.    many ways, is Interop.  Interop was sold by its
  517.    founder, Dan Lynch to Ziff-Davis Exposition and Conference Co
  518.    and has been combined with Networld:
  519.  
  520.    Networld & Interop
  521.    Phone: 800-488-2883
  522.    Fax: 415-525-0199
  523.  
  524.   Mail Registration:
  525.  ------------------
  526.    ZD Expos
  527.    Attn: Registration Department
  528.    PO Box 5855
  529.    San Mateo, CA  94402-0855
  530.  
  531.  Parent Company:
  532. ------------------
  533.   Ziff-Davis Exposition and Conference Co
  534.   303 Vintage Park Drive
  535.   Foster City, CA 94404
  536.   415-578-6900
  537.   Fax:  415-525-0194
  538.    
  539.  
  540. @10.
  541. Subject: What SNMP Product User Groups Are There?
  542. ------------------------------------------------
  543.  
  544. For owners of a run time license to HP OpenView, there
  545. is the the OpenView Forum (a yearly fee is charged).
  546.  
  547. Contact:
  548.     Richard C. "Rick" Sturm, OV Forum President, at
  549.     
  550.     U.S. West Advanced Technologies
  551.     4001 Discovery Drive
  552.     Suite 190
  553.     Boulder, CO  80303
  554.  
  555.     303-541-6262
  556.     Fax: 303-541-6250
  557.     EMail: sturm@advtech.uswest.com
  558.  
  559.  
  560. 11 - 19 Reserved
  561.  
  562. @20. 
  563. Subject: What is SNMPv2?
  564. ------------------
  565.  
  566.    SNMPv2 is a revised protocol (not just a new MIB)
  567.    which includes improvements to SNMP in the areas
  568.    of performance, security, confidentiality, and
  569.    manager-to-manager communications.
  570.  
  571.     
  572.    SNMPv2 Framework :
  573.    The following RFC's identify the major components of SNMPv2.
  574.  
  575.    RFC 1441 - Introduction to SNMP v2
  576.    RFC 1442 - SMI For SNMP v2
  577.    RFC 1443 - Textual Conventions for SNMP v2
  578.    RFC 1444 - Conformance Statements for SNMP v2
  579.    RFC 1445 - Administrative Model for SNMP v2
  580.    RFC 1446 - Security Protocols for SNMP v2
  581.    RFC 1447 - Party MIB for SNMP v2
  582.    RFC 1448 - Protocol Operations for SNMP v2
  583.    RFC 1449 - Transoport Mappings for SNMP v2
  584.    RFC 1450 - MIB for SNMP v2
  585.    RFC 1451 - Manager to Manger MIB
  586.    RFC 1452 - Coexistance between SNMP v1 and SNMP v2
  587.  
  588. 21 - 29 Reserved
  589.  
  590. @30. 
  591. Subject: What is RMON?
  592. ----------------
  593.   The Remote Network Monitoring MIB is a SNMP MIB for remote management of
  594.   networks.  While other MIBs usually are created to support a network
  595.   device whose primary function is other than management, RMON was created
  596.   to provide management of a network.  RMON is one of the many SNMP
  597.   based MIBs that are on the IETF Standards track.
  598.  
  599. @31.  RMON Standardization Status
  600. --------------------------------
  601.   RMON is one of the many SNMP based MIBs that are on the IETF Standards
  602.   track (RFC 1310).  Currently (Jan 94) RMON has two instantiations in the
  603.   IETF standards process.  First, RFC 1271 - a Proposed Standard, specifies
  604.   the general structure of RMON and the particulars of an Ethernet based
  605.   RMON agent.  RFC 1513 - a Proposed Standard specifies the additional RMON
  606.   groups and specifics for a Token Ring network.
  607.  
  608. @32.  RMON Working Group.
  609. ------------------------
  610.   The RMON Working Group is an IETF Working Group under the Network
  611.   Management Area.  The WG meets periodically - usually at all IETF 
  612.   meetings.  The WG maintains a mailing list for Questions and
  613.   Comments concerning
  614.   RMON.
  615.  
  616.     Mail List: rmonmib@cs.hmc.edu
  617.  
  618. @33.  Joining the RMON Working Group Mailing List
  619. -----------------------------------------------
  620.   To join the RMON Working Group mailing list, send mail to:
  621.  
  622.     Mail List Requets: rmonmib-request@jarthur.claremont.edu.
  623.  
  624.   DO NOT send a request to join message to the general mailing list.
  625.  
  626. @34.  Historical RMON Records
  627. -----------------------------
  628.   There are copies of the RMON mailing list messages and meeting minutes
  629.   within the IETF archive structure - available at various sites.
  630.  
  631.   There is also a RMON archive directory which can be accessed via 
  632.   anonymous ftp at:
  633.    jarthur.cs.hmc.edu,  directory /pub/rmon
  634.  
  635. @35.  RMON Documents
  636. -----------------------
  637.   1.  RMON White Paper in  the anonymous ftp directory at 
  638.   jarthur.cs.hmc.edu.  There are two formats: frame and postscript. 
  639.   This paper was developed by members of the RMON working group
  640.   prior to an Interop.  It is a superficial discussion of RMON.
  641.  
  642.   2.  Chapter 7 in "SNMP, SNMPv2 and CMIP: The Practical Guide to Network
  643.   Management Standards" by William Stallings, (c) 1993 Addison-Wesley,
  644.   goes into some detail on the RMON MIB.
  645.  
  646. @36-39 Reserved
  647. --------------
  648.  
  649.  
  650. @40. 
  651. Subject: What is CMIP?
  652. ----------------
  653.    YES, we do need to mention it here!
  654.  
  655.    Paul Rolland writes from France:
  656.  
  657.    >CMIP is the Common Management Information Protocol. 
  658.    >It is an OSI protocol that has been defined for Network Management. 
  659.    >It comes together with the CMIS (Commom Management Information Service). 
  660.    >This service provides :
  661.    >- monitoring : in this case, you are using CMIP to gain information,
  662.    >- control : you can manipulate objects that you manage,
  663.    >- reporting : Managed objects can tell you something wrong is happening.
  664.  
  665. @41. 
  666. Subject: What books should I read about CMIP?
  667. ---------------------------------------
  668.    The collected OSI specifications are of sufficient bulk
  669.    to sink a small craft in calm waters.  Start easy:
  670.  
  671.    A. The Open Book: A Practical Perspective on OSI
  672.       by: Marshall T. Rose
  673.  
  674.       ISBN 0-13-643016-3
  675.  
  676.      (c) 1990 Prentice-Hall, Inc
  677.  
  678.    B. Open Systems Networking: OSI & TCP/IP
  679.       by: David Piscitello & A. L. Chapin
  680.  
  681.       ISBN 0-201-56334-7
  682.  
  683.       (c) 1993 Addison-Wesley
  684.  
  685.    C. SNMP, SNMPv2 and CMIP: The Practical Guide to
  686.       Network Management Standards
  687.       by: William Stallings
  688.  
  689.       ISBN 0-201-63331-0
  690.  
  691.       (c) 1993 Addison-Wesley Publishing Co, Inc
  692.  
  693.  
  694. 42 - 49 Reserved
  695.  
  696. @50. 
  697. Subject: What is OMNIPoint?
  698. ---------------------------
  699.    "A common approach to the integrated management of
  700.     networked information systems."
  701.  
  702.    In practical terms, a vehicle for helping to bridge
  703.    the standards gap between SNMP and OSI/CMIP so that
  704.    the end user customer can reap the benefits of both.
  705.  
  706.    A product of the:
  707.       Network Management Forum
  708.       40 Morristown Road
  709.       Bernardsville, NJ 07924
  710.  
  711.       Ph: 908-766-1544
  712.       Fx: 908-766-5741
  713.  
  714.    A catalog of products is available.
  715.  
  716.  
  717.  
  718. @II. 
  719. Subject: SNMP Software and Related Products
  720.  
  721.  
  722. @1. 
  723. Subject: Where can I get SNMP software?
  724. ---------------------------------
  725.  
  726.    A. Public Domain:
  727.    -----------------
  728.  
  729.       a. Carnegie-Mellon University
  730.      4910 Forbes Ave.
  731.      Pittsburgh, PA 15213-3890
  732.  
  733.      ftp from lancaster.andrew.cmu.edu (128.2.13.21)
  734.      both SNMP and SNMPv2 are available.
  735.  
  736.  
  737.       b. MIT
  738.      Cambridge, Massachusetts
  739.  
  740.      ftp from thyme.lcs.mit.edu at /pub/snmp (18.26.0.115)
  741.  
  742.  
  743.       c. Christophe Meessen writes:
  744.  
  745. >I've put a small package on a ftp server that relates to SNMP.
  746. >It is a minimal set of BER assembling/disassembling primitives
  747. >needed to implement SNMPv1 or SNMPv2.
  748.  
  749. >BER compilation primitives compile in reverse. That is they compile from the
  750. >last byte toward the first byte. This result in the simplest BER
  751.  compilation code.
  752.  
  753. >The exact path is ftp.in2p3.fr (134.158.69.153) /pub/snmp/ber
  754.  
  755.  
  756.       d. NAS HNMS (NAS Hierarchical Network Management System)
  757.  
  758.          [What follows is a much-edited post from Jude A. George]
  759.  
  760. HNMS is the NAS Hierarchical Management System -- an SNMP- and
  761. X Windows- based software package for monitoring large,
  762. heterogeneous IP networks.
  763. [.. deletions here by Tom.. ]
  764.  
  765. VERSION 2.0c3
  766. NOTICE  There is a version of the software that we sent to COSMIC,
  767.         which is NASA's technology transfer organization at the University
  768.         of Georgia.  As of yet, COSMIC is still putting together their
  769.         distribution.
  770.  
  771.         Anyone can get a copy of HNMS v2.0c3 directly from COSMIC,
  772.         and expand/revise/modify/redistribute it.  However, if you do
  773.         redistribute it, the following provisions are in effect:
  774.  
  775.         You MAY NOT:    make minor changes and re-release the entire
  776.                         package with your own copyright.
  777.         You MAY:        make make minor changes and copyright only
  778.                         the changes.
  779.         You MAY:        make major ( > 50% ) changes, and copyright
  780.                         the whole work.
  781. [.. deletions here by Tom.. ]
  782.  
  783. For sample screen snapshots, try the following in your favorite
  784. WWW viewer:
  785.         ftp://ftp.netcom.com/pub/heyjude/SCREEN1.gif
  786.         ftp://ftp.netcom.com/pub/heyjude/SCREEN2.gif
  787.  
  788. There is an HNMS mailing list, maintained by Jason Thorpe at Oregon
  789. State University.  To subscribe to the list, send mail to
  790. majordomo@maillist.cs.orst.edu,
  791.  
  792. [ message body ]
  793.  
  794. subscribe hnms-users [your e-mail address, optional]
  795.  
  796. For help, send the message body 'help'.  Questions about the list may
  797. be sent to owner-hnms-users@maillist.cs.orst.edu.
  798.  
  799.  
  800.         e. The UT-SNMP projectgroup
  801.         ---------------------------
  802.  
  803.         description: Currently, we are building version 4 of the 
  804.                      UT-SNMP package. In this new version we initialize the 
  805.                      PartyMIB by a configuration file(s). The layout of this
  806.                      initialization file is defined and described in the
  807.                      "SNMPv2 Administrative Configuration Proposal" by Dave 
  808.                      Perkins and John Seligson (Synoptics). 
  809.                      Some projectmembers have made software to 
  810.                      create those configuration file(s) in a very convenient
  811.                      manner.
  812.                      The software asks some simple questions and 
  813.                      depending on the input generates the initialization 
  814.                      file(s). 
  815.         package:     UT-PERKINS-1_0.tar.Z
  816.         programmers: Martijn Visser & Erwin Bonsma.
  817.  
  818.  
  819.         postal:         The UT-SNMP projectgroup
  820.                         Tele-Informatics and Open Systems Group
  821.                         Department of Computer Science
  822.                         P.O. Box 217, 7500 AE  Enschede, The Netherlands
  823.         voice:          +31 53 894099
  824.         email:          snmp@cs.utwente.nl
  825.         www:            http:/snmp.cs.uwtente.nl/
  826.         ftp:            ftp.cs.utwente.nl:/pub/src/snmp/
  827.  
  828.  
  829.    B. Proprietary:
  830.    ---------------
  831.  
  832.       a. SNMP Research
  833.      3001 Kimberlin Heights Road
  834.      Knoxville, TN 37920-9716
  835.  
  836.      Ph: 615-573-1434
  837.      Fx: 615-573-9197
  838.      Email: John Southwood, john@snmp.com
  839.  
  840.      SNMP agents, extensible agents, managers, tools, etc.
  841.  
  842.          In Europe:
  843.          SNMP Research International, Inc
  844.          David Partain, Managing Director
  845.          Teknikringen 1
  846.          S-583 30 Linkoping
  847.          Sweden
  848.  
  849.          Fax/Phone +46 13 21 18 81
  850.          EMail: partain@europe.snmp.com
  851.  
  852.       b. Epilogue Technology Corp.
  853.      11116 Desert Classic Lane
  854.      Albuquerque, NM  87111
  855.  
  856.      "Envoy(tm), Emissary, Attache, Attache Plus, Ambassador:
  857.  
  858.      Portable SNMPv1 & SNMPv2 agent/manager, MIB Compiler,
  859.      UDP/IP & TCP/IP protocol stacks, RMON agent"
  860.  
  861.      Ph: +1-805-650-7107   or  (505) 271-9933
  862.      Fax: +1-805-650-7108  or  (505) 271-9798
  863.      Email: David Preston, djp@epilogue.com
  864.  
  865.      Australasian/Pacific Rim Distributor
  866.      Internode Systems Pty Ltd
  867.      414 Goodwood Road, PO Box 69, Daw Park SA 5041 Australia
  868.  
  869.      Email: Simon Hackett, simon@internode.com.au  [Technical]
  870.         Sales Folk,    sales@internode.com.au  [Sales]
  871.      Ph:    +61-8-373-1020
  872.      Fax:   +61-8-373-4911
  873.  
  874.       c. PEER Networks
  875.      3375 Scott Blvd.
  876.      Suite 100
  877.      Santa Clara, CA 95054  
  878.               
  879.      Voice  (408) 727-4111
  880.      FAX    (408) 727-4410
  881.      EMAIL  sales@peer.com
  882.  
  883.     "We provide agents and development tools for adding SNMP to 
  884.      applications."
  885.  
  886.  
  887.       d. Paul Freeman Associates, Inc.
  888.      14 Pleasant St., P. O. Box 2067
  889.      Westford, MA 01886-5067
  890.  
  891.      Voice: 508-692-4436
  892.      Email: pwilson@world.std.com
  893.  
  894.     "Universal SNMP Agent (tm): extensible and portable V1+V2 agent in 
  895.      source form for installation on any platform, under any OS, with any 
  896.      transport. Also available as drop-in binary with MIB-II for SVR4."
  897.  
  898.  
  899.       e. Software Clearing House, Inc.
  900.      Three Centennial Plaza
  901.      895 Central Avenue
  902.      Cincinnati OH  45202
  903.  
  904.      (800) SAY UNIX (729-8649) Voice: Continental US
  905.      (513) 579-0455            Voice: Outside US
  906.      (513) 579-1064            FAX
  907.      info@sch.com              email
  908.  
  909.       "OS/EYE*NODE - distributed, scalable mgt system" 
  910.  
  911.  
  912.        f. NetPort
  913.      
  914.       (408) 257-4907            Voice:
  915.       jbartas@sunlight.com     email
  916.  
  917.  
  918.       NetPort is a vendor of portable SNMP agents & protocol stacks, 
  919.       and we also provide SNMP consulting services.
  920.  
  921.       Also, we will be releasing a series of DOS utilitys as freeware
  922.       (executables will be available for free) in a few weeks.  Call
  923.        for details.
  924.  
  925.           [EDITOR'S NOTE: SOMEONE WHO TRIED TO CONTACT NetPort
  926.            ABOUT THEIR OFFERING COULD NOT SUCCEED. MAY BE DEFUNCT.]
  927.        g. Empire Technologies, Inc.
  928.           500 Northside Circle, NW Suite D7
  929.           Atlanta, GA 30309-2100
  930.  
  931.           Ph: 404-350-0107
  932.           Fx: 404-351-3638
  933.           Email: Cheryl Krupczak,  cheryl@empiretech.com
  934.  
  935.           MIB Manager(tm) X/Windows NMS tool, Agents for UNIX
  936.           Systems Management and Host Resources MIB, and base
  937.           SNMP agent source code.
  938.  
  939.  
  940.    C. General:
  941.  
  942. Bruce Barnett writes: 
  943.  
  944. >Here is my list of authoritative sites for SNMP source code....
  945. >In particular, the MIB II version of CMU's code is available on 
  946.     ftp.near.net:/pub/cmu-snmp1.2u.tar.Z - 
  947.         Version 1.2(Unofficial) CMU SNMP code. MIB-II support
  948. >and
  949.     munnari.OZ.AU:pub/cmu-mu-snmp1.5.tar.Z 
  950.         MIB-II enhancements to CMU's SNMPv1 API
  951. ---------------------------------------------------------
  952. SNMP Archives summary. Maintained by Bruce Barnett <barnett@crd.ge.com>
  953. The following are FTP sites for various packages...
  954.  
  955. lancaster.andrew.cmu.edu:/pub/snmp-dist/* 
  956.     snmp2.1.2.tar
  957.     CMU SNMP v2 source (Library, agent, mid-level agent, 
  958.     Tcl/Tk interface, net management routines)
  959. ftp.ics.uci.edu:mrose/isode-snmpV2/isode-snmpV2.tar.Z 
  960.     4BSD/ISODE 8.0 SNMPv2 package
  961.  
  962. dnpap.et.tudelft.nl:/pub/btng 
  963.     Contains:
  964.         RMON agent for OS/2, SunOS 4.1.X, & Ultrix 4.1
  965.         Tricklet (Perl-based SNMP tool for Unix or OS/2)
  966. nic.nikhef.nl:~ftp/pub/monet/monet-0.10.tar.Z 
  967.     Xmonet network monitoring tools
  968. ftp.synoptics.com:/eng/mibcompiler/src.tar.Z 
  969.     SMIC -  MIB Compiler
  970. ftp.synoptics.com:/eng/mibcompiler/mibs.tar.Z - 
  971.     Public MIBS
  972. munnari.OZ.AU:pub/cmu-mu-snmp1.5.tar.Z 
  973.     MIB-II enhancements to CMU's SNMPv1 AP
  974.  
  975.     --- removed erroneous reference to ncgia.ucsb.edu "xsnmp"
  976.  
  977. ftp.cs.ubc.ca:/pub/local/src/snacc
  978.     SNACC - MIB compiler with MIB-II Macros and C, C++ BER routines.
  979. venera.isi.edu:/ftp/mib various 
  980.     Public MIBS
  981. ftp.cisco.com: 
  982.     MIBS for CISCO routers
  983. ftp.near.net:/pub/cmu-snmp1.2u.tar.Z - 
  984.     Version 1.2(Unofficial) CMU SNMP code. MIB-II support
  985. zippy.telcom.arizona.edu:/pub/snm/agents/*
  986.     Schema and oid for SunNet Manager
  987. ptt.lcs.mit.edu:/pub/snmp - MIT SNMP code - MIB-II
  988. gatekeeper.dec.com:/private/mib - Source of MIBs for DEC products.
  989. nexus.yorku.ca:~/pub/tcl_snmp Tcl/Tk interface to SNMP
  990. ctron.com:/pub/management/mibs - Cabletron MIBS
  991. loki.oar.net:/pub/xnetdb - Xnetdb "A network database and monitoring tool"
  992.  by henryc@oar.net
  993.     X-based network monitoring system with an integrated database which
  994.     uses SNMP and PING to graphically display the state of the network.
  995. ftp.jvnc.net:jvncnet-packages/nocol/ NOCOL - Network Operations Center OnLine
  996.     From: aggarwal@nisc.jvnc.net (Vikas Aggarwal)   
  997.     NOCOL (NOC-On Line) is a network monitoring package for TCP/IP
  998.         networks. 
  999.     Has monitors for reachability, SNMP traps, nameserver, thruput.
  1000.     Uses curses display, runs on Unix. Future enhancements intended for
  1001.     SNMP variables, etc.
  1002.  
  1003. aarnet.edu.au:/pub/gwtraffic AARNet Traffic Monitoring
  1004.     This document describes the implementation of the 'new' AARNet traffic
  1005.     monitoring application.  The application is composed of several (sh)
  1006.     shell script programs, together with an SNMP application (GWTRAFFIC)
  1007.     and an interactive plotting program (GNUPLOT).
  1008.  
  1009. Re: perl & SNMP
  1010.     There are two solutions: one requires patches to perl, 
  1011.     the other (Tricklet, see above) uses an external program.
  1012.     Contact gmstreet@guy.b30.ingr.com for information on his 
  1013.     extension/patches to perl for SNMP. It might be available via FTP on
  1014.     liasun3.epfl.ch:/pub/net/snmp/snmpperl*
  1015.  
  1016. Re: "The Internet Rover" contact wbn@merit.edu
  1017.  
  1018. -----------------------------------Thanks, Bruce!
  1019.  
  1020.  
  1021. -----------------------Paul Boot writes:
  1022.  
  1023. I have a small contribution to the FAQ concerning SNMP FTP sites.
  1024. For the European users this site will be usefull:
  1025.  
  1026.    src.doc.ic.ac.uk
  1027.  
  1028. dir: computing/comms/tcpip/snmp
  1029.  
  1030. This dir contains Tricklet, xsnmp, xnetdb and others.
  1031.  
  1032. -------------------------Danke, Paul!
  1033.  
  1034.  
  1035. @2. 
  1036. Subject: What CMIP software is available?
  1037. -------------------------------------
  1038.  
  1039.  A. Public Domain Software is available from University College
  1040.     London, UK as follows:
  1041.  
  1042. Graham Knight writes:
  1043.  
  1044. >HOW TO GET A COPY
  1045.  
  1046. >OSIMIS is not a supported package and no guarantees are offered about
  1047. >its operation. You may use it and adapt it to your own use but this is
  1048. >entirely at your own risk. We may be able
  1049. >to help with any problems you have but we can offer no guarantees -
  1050. >there is very little effort to spare for this at UCL.
  1051.  
  1052. >1. Internet
  1053. >   If you can FTP to the Internet, you can use anonymous FTP to
  1054. >   cs.ucl.ac.uk [128.16.5.31] and retrieve the files
  1055. >   osimis/osimis-3.tar.Z (a 2.2 Mb compressed tar image),
  1056. >   osimis/osimis-manual-1.ps.Z (0.4 Mb of compressed postrcript).
  1057. >   If you do not have InterViews-2.6, you may also retrieve the files
  1058. >   osimis/InterViews-2.6.tar.Z (a 3.4 Mb compressed tar image) and
  1059. >   osimis/InterViews.README (a text file).
  1060.  
  1061. >2. FTAM on the IPSS, JANET or IXI
  1062. >   If you can use FTAM over X.25, you can use anonymous FTAM to the
  1063. >   host 23421920030013 through IPSS, 00000511160013 through JANET
  1064. >   or 20433450420113 through IXI with TSEL 259 (acsii encoding).
  1065. >   You should log in as "anon" and retrieve the files
  1066. >   osimis/osimis-3.tar.Z (a 2.2 Mb compressed tar image) and
  1067. >   osimis/osimis-manual-1.ps.Z (0.4 Mb of compressed postrcript).
  1068. >   If you do not have InterViews-2.6, you may also retrieve the files
  1069. >   osimis/InterViews-2.6.tar.Z (a 3.4 Mb compressed tar image) and
  1070. >   osimis/InterViews.README (a text file).
  1071.  
  1072. >   For information only:
  1073. >        Telephone:     +44-71-380-7215 (George Pavlou)
  1074. >                       +44-71-380-7366 (Graham Knight)
  1075. >        Fax:           +44-71-387-1397
  1076. >        Telex:         28722
  1077. >        Internet:      <osimis@cs.ucl.ac.uk>
  1078.  
  1079.  
  1080.  
  1081. @III. MIBS
  1082.  
  1083. @1. 
  1084. Subject: What is a MIB?
  1085. -----------------
  1086.   A collection of objects which describe an SNMP managable entity.  
  1087.  
  1088.   An Important Note: There IS ONLY ONE SNMP MIB.  All these other "MIBs"
  1089.   which are cited herein are extensions to *the* SNMP MIB. Popular usage
  1090.   and strict definition do not agree on this point, so be careful in how
  1091.   and when you talk about the plural of MIB.
  1092.  
  1093.  
  1094. @2. 
  1095. Subject: What are MIB-I and MIB-II
  1096. -----------------------------
  1097.   MIB-I was the first SNMP MIB accepted as standard.
  1098.  
  1099.   MIB-II added some much-needed objects, and has become
  1100.   the standard SNMP MIB.
  1101.  
  1102.   Note that SNMPv2 expands upon MIB-II with new groups
  1103.   and objects, and is therefore not MIB-II but includes
  1104.   MIB-II.
  1105.  
  1106.  
  1107. Dave Jagoda (dj@netlabs.com) writes to provide ...
  1108.  
  1109. " ... some useful RFC's that I think might be of general
  1110. interest (particularly since I think many people don't realize these
  1111. exist and might try to invent something like these on their own).
  1112. They all have in common the fact that they are assigned under the
  1113. mib-2 portion of the tree."
  1114.  
  1115.   RFC1158, RFC1213, RFC1215:     mib-2 ( 1 - 11 )     mib-2
  1116.  
  1117. -------------------------------------------
  1118.   In the case of  MIB-2 (12),  brock@cs.unca.edu  writes:
  1119.  
  1120. In RFC 1229, Extension to the Generica-Interface MIB, the
  1121. objects in ifExtensions, experimental (6), are defined.
  1122.  
  1123. In RFC 1239, some experimental MIBs are reassigned to standard MIBs.
  1124. At that time, the Generic IF objects are reassigned to mib-2 (12).
  1125.  
  1126. However, RFC 1573 officially "obsoletes" RFC 1229, by defining
  1127. a new class objects, in mib(30) and mib(31) that replace the
  1128. the ones of RFC 1229.
  1129.  
  1130. Also, there seems to be a new RFC -- RFC 1657 -- for mib-2 (15), BGP.
  1131. -------------------------------------------
  1132.  
  1133.   RFC1243:                   mib-2 ( 13 )         appletalk
  1134.   RFC1253:                   mib-2 ( 14 )         ospf
  1135.   RFC1269:                   mib-2 ( 15 )         bgp (obsolete?)
  1136.       RFC1657:        mib-2 ( 15 )         BGP   (current?)
  1137.   RFC1271:                   mib-2 ( 16 )         rmon
  1138.   RFC1286:                   mib-2 ( 17 )         dot1dBridge
  1139.   RFC1289:                   mib-2 ( 18 )         phiv
  1140.   RFC1316:                   mib-2 ( 19 )         char
  1141.   RFC1353:                   mib-2 ( 20 - 21)     snmpParties, snmpSecrets
  1142.   RFC1368:                   mib-2 ( 22 )         snmpDot3RptrMgt
  1143.   RFC1389:                   mib-2 ( 23 )         rip2
  1144.   RFC1414:                   mib-2 ( 24 )         ident
  1145.   RFC1514:                   mib-2 ( 25 )         host
  1146.   RFC1515:              mib-2 ( 26 )    802.3 MAUs
  1147.   RFC1565:              mib-2 ( 27 )    network services
  1148.   RFC1566:              mib-2 ( 28 )    mail
  1149.   RFC1567:              mib-2 ( 29 )    X.500 directory
  1150.   RFC1573:              mib-2 ( 30 )    "IANA ifType"
  1151.   RFC1573:              mib-2 ( 31 )    "Interfaces Group"
  1152.   RFC1611:              mib-2 ( 32 )    DNS server
  1153.   RFC1628:              mib-2 ( 33 )    UPS
  1154.   RFC1666:              mib-2 ( 34 )    SNA NAUs
  1155.  
  1156. @3. 
  1157. Subject: What are enterprise MIBs?
  1158. -----------------------------
  1159.   An enterprise MIB is a MIB created by an enterprise [company, etc] to 
  1160.   define a set of objects that are related to some product[s] from this
  1161.   enterprise, and that the enterprise agrees to make public 
  1162.   so that network managers can use the MIB to manage some products from this
  1163.   enterprise.
  1164.  
  1165.   Here are some enterprises that have their own enterprise MIB :
  1166.   Proteon, IBM, CMU, ACC...
  1167.  
  1168.                 - Paul Rolland
  1169.  
  1170.   Note: There are now hundreds of enterprise MIB numbers assigned.
  1171.  
  1172.  
  1173. @4. 
  1174. Subject: Where can I get enterprise MIBs?
  1175. ------------------------------------
  1176.   A. Try anonymous ftp to venera.isi.edu in mib/
  1177.  
  1178.   B. For now: see Section II
  1179.  
  1180.   [more to come on this topic]
  1181.  
  1182.  
  1183. @5. 
  1184. Subject: How can I register an enterprise MIB?
  1185. ------------------------------------------
  1186.  
  1187. Judy Bettinger writes:
  1188.  
  1189. - A.5 (page 265) in "The Simple Book" shows how to apply.  
  1190.  
  1191. - You can email to iana@isi.edu.
  1192.  
  1193. - You can just call Joe Kemp at IANA (Internet Assigned Numbers
  1194. Authority).  The number is 310-822-1511.  (Someone else gave me
  1195. the same number, but with area code 213.  Maybe the Californians can
  1196. tell us which is the correct one.)  He'll ask you a few questions
  1197. and give you your number.  This is faster than e-mail.
  1198.  
  1199. - You can snail mail:
  1200.  
  1201.         Joe Kemp
  1202.         Internet Assigned Numbers Authority
  1203.         USC/Information Sciences Institute
  1204.         4676 Admiralty Way
  1205.         Marina del Rey, CA 90292-6695
  1206.  
  1207. --
  1208. Mark Wallace
  1209. Harris Corporation, Electronic Systems, Melbourne, Florida, USA
  1210. mwallace@sur3ax.ess.harris.com
  1211.  
  1212.  
  1213. If you utilize GNU Emacs, a profile is available which makes
  1214. Emacs set up specifically for ASN.1 editing.  Contact David
  1215. C. Brower via dbrower@us.oracle.com.
  1216.  
  1217.  
  1218. @6. 
  1219. Subject: What is the SMI?
  1220. -------------------
  1221. "In order for the MIB to serve the needs of a network-management
  1222.  system, it must meet two objectives:
  1223.  
  1224.  1. The object or objects used to represent a particular resource 
  1225.     must be the same at each node. [...]
  1226.  
  1227.  2. A common scheme for representation must be used to support 
  1228.     interoperability."  -  William Stallings, op. cit. below
  1229.  
  1230. In both Internet and OSI network management these two objectives
  1231. are met by a common structure of managment information (SMI)
  1232. which is defined in RFC 1155.  The SMI is the specification
  1233. for the tree of MIB objects which which provides a means of
  1234. associating a common numerical identification code for a
  1235. given object.
  1236.  
  1237. The top of the SMI tree is the familiar mapping:
  1238.  
  1239. iso = 1
  1240.    org = 3
  1241.       dod = 6
  1242.      internet = 1
  1243.         mgmt = 2
  1244.            mib-2 = 1
  1245.  
  1246. which is the global root prefix of every SNMP MIB object.
  1247.  
  1248. For more details, read:
  1249.  
  1250. I4B.  SNMP, SNMPv2 and CMIP: The Practical Guide to
  1251.       Network Management Standards
  1252.       by: William Stallings
  1253.  
  1254.  
  1255. @7. 
  1256. Subject: What is ASN.1?
  1257. -------------------
  1258.   
  1259. ASN.1 : This is an Abstract Syntax Notation One. ASN.1 is an language used to
  1260. define the formats of the PDUs that are exchanged by SNMP entities, and also
  1261. used to defined the objects that are managed thru SNMP. This is a formal
  1262. language, with a grammar that has been defined in :
  1263.  
  1264.   Information Processing - Open System Interconnection - Specification of
  1265.   Abstract Syntax Notation ONE (ASN.1). 
  1266.   International Organization for Standardization
  1267.   (ISO) and International Electrotechnical Committee, 
  1268.   1987. International Standard 8824.
  1269.  
  1270. In ASN.1, you can define Modules, which are collections of ASN.1 descriptions,
  1271. each description referring to an object. Possible objects are :
  1272. types, values and macros. Types can be both simple or constructed,
  1273. constructed types being based on one or more simple types. 
  1274. Simple types are : Integer, Octet String, Object Identifier, NULL.
  1275.  
  1276.                    - Paul Rolland
  1277.  
  1278.  
  1279. ASN.1 is well defined and explained in three of the books mentioned in
  1280. this FAQ:
  1281.  
  1282. From Philipp Hoschka:
  1283.  
  1284. "I've assembled a number of ASN.1-related internet resources
  1285. and included them in my homepage."
  1286.  
  1287. The mosaic URL is:
  1288.  
  1289. ftp://zenon.inria.fr/rodeo/hoschka/hoschka.html
  1290.  
  1291. and look in "ASN.1 Resources".
  1292.  
  1293. "Additions are welcome, but only in the form of working
  1294.  html references, please."
  1295.  
  1296.  
  1297. I4F.  Open Systems Networking: OSI & TCP/IP
  1298.       by: David Piscitello & A. L. Chapin
  1299.  
  1300. I4B.  SNMP, SNMPv2 and CMIP: The Practical Guide to
  1301.       Network Management Standards
  1302.       by: William Stallings
  1303.  
  1304. I41A. The Open Book: A Practical Perspective on OSI
  1305.       by: Marshall T. Rose
  1306.  
  1307.  
  1308. ALSO:::::
  1309.  
  1310. >>ASN.1 is also defined in ITU (formerly CCITT) recommendation X.208.
  1311. >>X.208 is electroniccaly available from itu document store:
  1312. >>This is zip'ed postscript file of english version.
  1313.  
  1314. >>Taavi Talvik
  1315.  
  1316. [ Below is a revised address sent to Dave Waddell by Bob Shaw ]
  1317.  
  1318. "Here's a new URL.  We're in the midst of a software upgrade here so there
  1319. may be service interruptions.  These are in ZIPPED Postscript format.
  1320.  
  1321. [X.208] Recommendation X.208 - Specification of Abstract Syntax Notation On
  1322. e (ASN.1)
  1323.  
  1324. //info.itu.ch:70/11/.1/itudoc/public/gophertree/.1/.itu-t/.rec/.x/.22887
  1325.  
  1326. You might also be interested in:
  1327.  
  1328. [X.209] Recommendation X.209 - Specification of basic encoding rules for Ab
  1329. stract Syntax Notation One (ASN.1)
  1330.  
  1331. //info.itu.ch:70/11/.1/itudoc/public/gophertree/.1/.itu-t/.rec/.x/.24177
  1332.  
  1333. Go a couple of levels up to see other Recommendations."
  1334.  
  1335.  
  1336. @A
  1337. Subject: Appendix A. Glossary
  1338. --------------------
  1339.   TBS
  1340.  
  1341.  
  1342. @B
  1343. Subject: Appendix B. Acknowledgements & Credits
  1344. ---------------------------------------
  1345. Some folks have sent in contributions, while
  1346. others have contributed unwittingly by the
  1347. nature of their posts.
  1348.  
  1349. The assistance of each of the following folks 
  1350. in the creation of this document is hereby
  1351. gratefully acknowledged:
  1352.  
  1353.         --- o0o ---
  1354.  
  1355. Robert Babb (babbr@roadrunner.pictel.com)
  1356. Bruce Barnett <barnett@crd.ge.com>
  1357. David Battle <battle@seymour16.snmp.com>
  1358. Judy Bettinger  (judy@evolving.com)
  1359. Paul W. Boot (boot@einstein.et.tudelft.nl)
  1360.                       (brock@cs.unca.edu)
  1361. Tom Cikoski (panther@seltd.newnet.com)
  1362. Robin Cutshaw (robin@paros.com)
  1363. Arnold de Leon (arnold@synopsys.com)
  1364. George Dolbier (georged@sequent.com)
  1365. Jeff Drew (drew@mtung.att.com)
  1366. Michael A. Erlinger (erlinger@aero.org)
  1367. Moritz Farbstein (moritz@il.us.swissbank.com)
  1368. Jude A. George (heyjude@netcom.com)
  1369. Richard L. Gralnik (rlg@patuxent.desktalk.com)
  1370. Eric van Hengstum (hengstum@cs.utwente.nl)
  1371. Philipp Hoschka (hoschka@zenon.inria.fr)
  1372. Dave Jagoda (dj@netlabs.com)
  1373. Earl Jones (earl%sch.com)
  1374. Russell Jones (rcjones@na.SJF.Novell.COM)
  1375. Graham Knight (G.Knight@cs.ucl.ac.uk)
  1376. Cheryl Krupczak (cheryl@empiretech.com)
  1377. Simon Leinen (simon@lia.di.epfl.ch)
  1378. Christophe Meessen (meessen@marina.in2p3.fr)
  1379. David Partain (partain@europe.snmp.com)
  1380. Dave Perkins (dperkins@synoptics.com)
  1381. David Pascoe (davidp@qpsx.oz.au)
  1382. Paul Rolland (rol@grasp1.univ-lyon1.fr)
  1383. Richard Schneider (rschneid@erc.epson.com)
  1384. Christian Seyb  (cs@gold.muc.de)
  1385. Robert Slade (ROBERTS@decus.ca)
  1386. Bill Stallings (72500.3562@compuserve.com)
  1387. Judi Theg Talley <judi@cs.utk.edu>
  1388. Taavi Talvik <taavi@vs.ee>
  1389. Ruediger Volk (rv@deins.Informatik.Uni-Dortmund.DE)
  1390. Dave Waddell (waddell@posc.org)
  1391. Mark Wallace (mwallace@sur3ax.ess.harris.com)
  1392. Phil Wentworth (phil@uunet.UU.NET)
  1393. Pete Wilson (pwilson@world.std.com)
  1394. Bruce Wollen  (bruce@nds.com)
  1395. Ralph C Wolman <rcw@netrix.com>
  1396.  
  1397. PS: Some of the above EMail addresses will bounce.
  1398.  
  1399.            Sorry.
  1400.  
  1401.         --- o0o ---
  1402.  
  1403. Subject:    A Special, Personal Thanks
  1404.         --------------------------
  1405. My meager, threadbare knowledge of SNMP and SNMPv2 would be
  1406. all the more so except for the patient attention of
  1407. Jeff Case and Steve Waldbusser.  These two fellows are
  1408. not only masters of their craft, they are also true
  1409. gentlemen in every sense of the word. My gratitude.
  1410.                 - Tom Cikoski
  1411.  
  1412. And a large Milk Bone to Mutley, the SNMP dog from
  1413. down on the farm -- inspiration for the motto
  1414. "that dog'll hunt!"
  1415.  
  1416.  
  1417. Subject:    "Truth in Publishing" Notice:
  1418.             -----------------------------
  1419.          This FAQ is maintained by Tom Cikoski
  1420.  of Panther Digital Corporation, Danbury Connecticut, USA,
  1421.  using Internet access paid for by Panther Digital for its
  1422.  business use, which includes EMail, ftp, telnet, etc.
  1423.  
  1424.  Panther Digital Corporation sells/resells network management
  1425.  products and services, including SNMP managers and tools.
  1426.  Panther Digital is a reseller for some products and services
  1427.  named in the above FAQ. This FAQ is provided as a service to
  1428.  the readers of this newsgroup, and in no way represents an
  1429.  attempt by Panther Digital Corporation to market its wares.
  1430.  
  1431. Subject:      --- END OF SNMP FAQ ---
  1432.  
  1433. --
  1434. ( )_( )        Panther Digital Corporation
  1435.  \. ./              Danbury, CT, USA
  1436.  _=.=_              (203) 746-0753
  1437.    "            panther@seltd.newnet.com
  1438.  
  1439.  
  1440.